home *** CD-ROM | disk | FTP | other *** search
- object InsertImageBox: TInsertImageBox
- Left = 56
- Top = 84
- BorderStyle = bsDialog
- Caption = 'Inline Image'
- ClientHeight = 179
- ClientWidth = 541
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- PixelsPerInch = 96
- OnCreate = FormCreate
- TextHeight = 13
- object TLabel
- Left = 14
- Top = 16
- Width = 35
- Height = 13
- Alignment = taRightJustify
- Caption = 'Image'
- end
- object Label1: TLabel
- Left = 405
- Top = 45
- Width = 29
- Height = 13
- Alignment = taRightJustify
- Caption = 'Align'
- end
- object Label2: TLabel
- Left = 15
- Top = 78
- Width = 34
- Height = 13
- Alignment = taRightJustify
- Caption = 'Width'
- end
- object Label3: TLabel
- Left = 110
- Top = 78
- Width = 38
- Height = 13
- Alignment = taRightJustify
- Caption = 'Height'
- end
- object Label4: TLabel
- Left = 209
- Top = 78
- Width = 38
- Height = 13
- Alignment = taRightJustify
- Caption = 'Border'
- end
- object Label5: TLabel
- Left = 312
- Top = 78
- Width = 49
- Height = 13
- Caption = 'VSPACE'
- end
- object Label6: TLabel
- Left = 422
- Top = 78
- Width = 50
- Height = 13
- Caption = 'HSPACE'
- end
- object Label7: TLabel
- Left = 23
- Top = 112
- Width = 26
- Height = 13
- Alignment = taRightJustify
- Caption = 'URL'
- end
- object Label8: TLabel
- Left = 14
- Top = 46
- Width = 81
- Height = 13
- Alignment = taRightJustify
- Caption = 'Alternate Text'
- end
- object AlignCombo: TComboBox
- Left = 437
- Top = 41
- Width = 87
- Height = 21
- ItemHeight = 13
- Items.Strings = (
- 'left'
- 'right'
- 'top'
- 'texttop'
- 'middle'
- 'absmiddle'
- 'baseline'
- 'bottom'
- 'absbottom')
- TabOrder = 2
- OnChange = UpdateURL
- end
- object BrowseButton: TButton
- Left = 310
- Top = 10
- Width = 69
- Height = 23
- Caption = 'Browse...'
- TabOrder = 1
- OnClick = BrowseButtonClick
- end
- object BorderEdit: TEdit
- Left = 252
- Top = 74
- Width = 49
- Height = 21
- TabOrder = 6
- OnChange = UpdateURL
- end
- object WidthEdit: TEdit
- Left = 54
- Top = 74
- Width = 47
- Height = 21
- TabOrder = 4
- OnChange = UpdateURL
- end
- object VSpaceEdit: TEdit
- Left = 364
- Top = 74
- Width = 47
- Height = 21
- TabOrder = 7
- OnChange = UpdateURL
- end
- object HeightEdit: TEdit
- Left = 152
- Top = 74
- Width = 47
- Height = 21
- TabOrder = 5
- OnChange = UpdateURL
- end
- object HSpaceEdit: TEdit
- Left = 476
- Top = 74
- Width = 47
- Height = 21
- TabOrder = 8
- OnChange = UpdateURL
- end
- object AltEdit: TEdit
- Left = 100
- Top = 42
- Width = 291
- Height = 21
- TabOrder = 3
- OnChange = UpdateURL
- end
- object SrcEdit: TEdit
- Left = 54
- Top = 12
- Width = 251
- Height = 21
- TabOrder = 0
- OnChange = SrcEditChange
- end
- object TagCombo: TComboBox
- Left = 54
- Top = 108
- Width = 469
- Height = 21
- ItemHeight = 13
- TabOrder = 9
- end
- object BitBtn1: TBitBtn
- Left = 150
- Top = 140
- Width = 77
- Height = 27
- TabOrder = 10
- OnClick = OkButtonClick
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 234
- Top = 140
- Width = 77
- Height = 27
- TabOrder = 11
- Kind = bkCancel
- end
- object BitBtn3: TBitBtn
- Left = 318
- Top = 140
- Width = 77
- Height = 27
- TabOrder = 12
- OnClick = BitBtn3Click
- Kind = bkHelp
- end
- object IncludeLocalPathCheck: TCheckBox
- Left = 388
- Top = 14
- Width = 137
- Height = 17
- Caption = 'Include Local Path'
- TabOrder = 13
- OnClick = IncludeLocalPathCheckClick
- end
- object BrowseOpenDialog: TOpenDialog
- FileEditStyle = fsComboBox
- Filter =
- 'GIF Images (*.gif)|*.gif|JPEG Images (*.jpg)|*.jpg|All Files (*.' +
- '*)|*.*'
- Options = [ofHideReadOnly, ofShowHelp]
- Left = 6
- Top = 140
- end
- end
-